home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 3-Presentations / Markets / Education / HyperCard In Education / King Tut / background_7526.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  87 lines

  1. -- background: 7526 from stack: in
  2. -- bmap block id: 6242
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 4 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=423 top=295 right=336 bottom=512
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Floor Plan
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card "floor plan"
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 5 (field)
  28. -- low flags: 00
  29. -- high flags: 4002
  30. -- rect: left=5 top=61 right=99 bottom=332
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 3
  35. -- text size: 12
  36. -- style flags: 256
  37. -- line height: 16
  38. -- part name: 
  39.  
  40.  
  41. -- part 6 (field)
  42. -- low flags: 00
  43. -- high flags: 4002
  44. -- rect: left=6 top=139 right=194 bottom=337
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 0
  48. -- font id: 3
  49. -- text size: 12
  50. -- style flags: 256
  51. -- line height: 16
  52. -- part name: 
  53.  
  54.  
  55. -- part 7 (field)
  56. -- low flags: 00
  57. -- high flags: 4002
  58. -- rect: left=6 top=227 right=328 bottom=376
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 0
  62. -- font id: 3
  63. -- text size: 12
  64. -- style flags: 256
  65. -- line height: 16
  66. -- part name: 
  67.  
  68.  
  69. -- part 8 (button)
  70. -- low flags: 00
  71. -- high flags: A002
  72. -- rect: left=16 top=319 right=340 bottom=76
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Return
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   global returncard
  84.   go to returncard
  85. end mouseUp
  86.  
  87.